go.pact.im/x/goupdate.flags.outPath (field)

6 uses

	go.pact.im/x/goupdate (current package)
		flags.go#L26: 	outPath   string
		flags.go#L59: 	fs.StringVar(&f.outPath, "o", "", "")
		flags.go#L95: 		if f.outPath != "" {
		report.go#L21: 		if f.outPath == "" {
		report.go#L37: 	if f.outPath == "" {
		report.go#L44: 	return os.WriteFile(f.outPath, out, 0o640)